home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / Macintosh Drag and Drop 1.1.1 / Demo Applications / DragText Sources / prototypes.h < prev    next >
Encoding:
Text File  |  1992-03-01  |  664 b   |  26 lines  |  [TEXT/KAHL]

  1. /*
  2.  *
  3.  *        prototypes.c
  4.  *
  5.  *        This file defines non-short-returning functions that are called
  6.  *        externally from different files in this program. This is a
  7.  *        completely bogus way of defining these functions, but because
  8.  *        of time constraints, it was done this way.
  9.  *        
  10.  *
  11.  *        Author:        Rob Johnston
  12.  *        Date:        Thursday, January 16, 1992
  13.  *
  14.  *        Copyright © 1992 Apple Computer, Inc.
  15.  *
  16.  */
  17.  
  18.  
  19. Document *NewDocument();
  20. Document *IsDocumentWindow(WindowPtr theWindow);
  21.  
  22. void DocumentHighlightProc();
  23. pascal void DocumentClickLoop();
  24. pascal void ScrollProc(ControlHandle theControl, short theCode);
  25.  
  26. short DoActivateDocument(Document *theDocument, short activate);